<-Back

JPA Tutorial 3 - A Mini Application


In this example we start with a simple domain model and incrementally migrate it to become more realistic. Along the way we end up using several features of JPA not yet covered by the previous tutorials.

The Problem

JPA Tutorial 3 - The Problem print

V1 Project Setup

JPA Tutorial 3 - Project Setup print

V1 First Test Suite

JPA Tutorial 3 - V1 First Test Suite print

V1 Second Test Suite

JPA Tutorial 3 - V1 Second Test Suite print

V1 Third Test Suite

JPA Tutorial 3 - V1 Third Test Suite print

V1 Assignments

JPA Tutorial 3 - V1 Assignments print

V2 Requirements: Books on Loan

JPA Tutorial 3 - Books on Loan

<-Back